From d6dc5da6db02d0483c4afdc5e25742b73dd7bebb Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 12 Dec 2019 17:31:13 -0500 Subject: [PATCH] textbuffer: Minor doc fixes Fix parameter name mismatches. --- gtk/gtktextbuffer.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk/gtktextbuffer.c b/gtk/gtktextbuffer.c index 5ddb1e4b9f..f764c96331 100644 --- a/gtk/gtktextbuffer.c +++ b/gtk/gtktextbuffer.c @@ -5059,7 +5059,7 @@ gtk_text_buffer_set_enable_undo (GtkTextBuffer *buffer, /** * gtk_text_buffer_begin_irreversible_action: - * @self: a #Gtktextbuffer + * @buffer: a #Gtktextbuffer * * Denotes the beginning of an action that may not be undone. This will cause * any previous operations in the undo/redo queue to be cleared. @@ -5081,7 +5081,7 @@ gtk_text_buffer_begin_irreversible_action (GtkTextBuffer *buffer) /** * gtk_text_buffer_end_irreversible_action: - * @self: a #Gtktextbuffer + * @buffer: a #Gtktextbuffer * * Denotes the end of an action that may not be undone. This will cause * any previous operations in the undo/redo queue to be cleared. -- 2.30.2